@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
    margin:0px;
    overflow:hidden;
    color:white;
    font-family:"montserrat", sans-serif;
}
#v3d-container {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	background-image:url("media/wide logo.png"), radial-gradient(circle,#B4D2E3,#293d59);
	background-repeat:no-repeat;
	background-position:center;
	background-blend-mode:soft-light;	
}
/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

/*point of interest CSS */
.v3d-annotation{
    background-color:#294459;
    color:#EDE1D5;
    border:1px solid #EDE1D5;
    font-family:montserrat;
	font-size:0.9em;
}
.v3d-annotation-dialog{
	background-color:rgb(241,241,241);
    color:#294459;
    font-family:montserrat;
	font-size:1em;
	width:300px;
}
#poi-A, #poi-B, #poi-C{
    color:white;
    border:2px solid white;
    font-family:montserrat;
	font-weight:600;
}
#poi-A{
	background-color:#BE6C67;
}
#poi-B{
	background-color:#8A91BA;
}
#poi-C{
	background-color:#9EB89B;
}



